|  |  | @@ -28,6 +28,7 @@ RailsWebsiteTemplate::Application.configure do | 
            
            
              | 28 | 28 |   | 
            
            
              | 29 | 29 |    # Do not fallback to assets pipeline if a precompiled asset is missed. | 
            
            
              | 30 | 30 |    config.assets.compile = false | 
            
            
              |  | 31 | +  config.assets.initialize_on_precompile = false | 
            
            
              | 31 | 32 |   | 
            
            
              | 32 | 33 |    # Generate digests for assets URLs. | 
            
            
              | 33 | 34 |    config.assets.digest = true | 
            
            
            
            
              |  |  | @@ -71,6 +72,8 @@ RailsWebsiteTemplate::Application.configure do | 
            
            
              | 71 | 72 |   | 
            
            
              | 72 | 73 |    # Send deprecation notices to registered listeners. | 
            
            
              | 73 | 74 |    config.active_support.deprecation = :notify | 
            
            
              |  | 75 | +   | 
            
            
              |  | 76 | +   | 
            
            
              | 74 | 77 |   | 
            
            
              | 75 | 78 |    # Disable automatic flushing of the log to improve performance. | 
            
            
              | 76 | 79 |    # config.autoflush_log = false |